home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 18 / AMIGAplus Sonderheft 18 (1999)(ICP)(DE)[!].iso / PD / Anwendungen / FS1541-13 / HACKING < prev    next >
Text File  |  1999-01-03  |  684b  |  22 lines

  1.  
  2. Some notes for people interested in improving this piece of software:
  3. ---------------------------------------------------------------------
  4.  
  5. 1, "diff" is a wonderful program; it's on the Geek Gadgets CD.  Try
  6. running it with two slightly different versions of a source file,
  7. like:
  8.  
  9.     diff -u packet.c packet-changed.c
  10.  
  11. and send me this output for inclusion instead of the complete file.
  12.  
  13.  
  14. 2, Try to provide a ChangeLog entry together with your submission.
  15.  
  16.  
  17. 3, I've started writing completely new CBM file system handling
  18. routines, which can also deal with the other Commodore formats (1581,
  19. 1571 etc). You might want to have a look at
  20.  
  21.     http://www.tu-harburg.de/~semk2104/cbmfs.html
  22.